home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 12
/
CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso
/
CUCD
/
Games
/
DestructivePoker
/
sources
/
sources.lha
/
poker.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-13
|
589b
|
29 lines
/*
poker.h (useles color definitions)
V1.00 - 031196 Kimmo Teräväinen
----- ------ ----------------
V0.01 031196 Made
*/
#ifndef DC1_POKER_POKER
#define DC1_POKER_POKER
#ifdef _Windows
#else
#include <exec/types.h>
const UWORD DETAIL_PEN = 1;
const UWORD BLOCK_PEN = 2;
const UWORD TEXT_PEN = 1;
const UWORD SHINE_PEN = 2;
const UWORD SHADOW_PEN = 1;
const UWORD FILL_PEN = 3;
const UWORD FILLTEXT_PEN = 1;
const UWORD BACKGROUND_PEN = 0;
const UWORD HIGHLIGHTTEXT_PEN = 2;
#endif
#endif